<p class="TextInTable">A keyword is optional when calling a procedure. If a function is executed as an expression, the parameters must be enclosed in parenthesis in the function. If a DLL is called, it must first be specified in the <span class="T1">
Declare-Anweisung </span>.</p>
</span></th></tr></table>
<p class="Paragraph"/>
<p class="Paragraph">
<span class="T1">Example:</span>
</p>
<p class="PropText"/>
<p class="PropText"/>
<p class="PropText">Sub ExampleCall</p>
<p class="PropText">Dim sVar As String</p>
<p class="PropText">sVar = "Office"</p>
<p class="PropText">Call f_callFun sVar</p>
<p class="PropText">end Sub</p>
<p class="PropText"/>
<p class="PropText">Sub f_callFun (sText as String)</p>